FormDataEntry

public class FormDataEntry

A key-value pair representing a segment of form upload data.

For example, a form field content.

Since

8.0.0

Inheritors

Properties

Link copied to clipboard
private final String key

The form content segment key.

Link copied to clipboard
private final Object value

The form content segment value.

Functions

Link copied to clipboard
public final String getKey()

The form content segment key.

Link copied to clipboard
public Object getValue()

The form content segment value.